ICamTable Interface
Represents a cam table.
Inheritance hierarchy
System.Object
System.ComponentModel.INotifyPropertyChanged
IntervalZero.KINGSTAR.Base.Class.ICamTable
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface ICamTable : INotifyPropertyChanged
Public Interface ICamTable Inherits INotifyPropertyChanged
The ICamTable interface exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
SetTable | Sets a cam table by setting the connections to a relevant table. |
Properties
Name | Description | |
---|---|---|
![]() |
Index | The index of a cam table. |
![]() |
InterpolationType | The motion type of cam. |
![]() |
MasterAbsolute | Gets the absolute or relative coordinates for the master axis. |
![]() |
Periodic | Determines whether to repeat the cam profile. |
![]() |
Points | The additional parameter for the table points, depends on the interpolation type. |
![]() |
SlaveAbsolute | Gets the absolute or relative coordinates for the slave axis. |
See also